mscJNeuralNet.net
Class PatternDoesNotMatchNetException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bymscJNeuralNet.net.PatternDoesNotMatchNetException
All Implemented Interfaces:
java.io.Serializable

public class PatternDoesNotMatchNetException
extends java.lang.Exception

Diese Exception wird dann erzeugt, wenn eines der gegebenen Lerndatensätze nicht der Eingabe-/ Ausgabeschichtgröße des Netzes entspricht.

Created on 01.04.2004

Version:
01.04.2004
Author:
M. Serhat Cinar
See Also:
Net, Exception, Serialized Form

Constructor Summary
PatternDoesNotMatchNetException()
          Konstruktor ohne Parameter.
PatternDoesNotMatchNetException(java.lang.String ex)
          Konstruktor mit Exceptiontext.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PatternDoesNotMatchNetException

public PatternDoesNotMatchNetException()
Konstruktor ohne Parameter.


PatternDoesNotMatchNetException

public PatternDoesNotMatchNetException(java.lang.String ex)
Konstruktor mit Exceptiontext.

Parameters:
ex - Der Text der Exception.